net/http.http2writeQueue.next (field)
12 uses
net/http (current package)
h2_bundle.go#L11548: prev, next *http2writeQueue
h2_bundle.go#L12162: q.next = q
h2_bundle.go#L12168: q.next = ws.head
h2_bundle.go#L12169: q.prev.next = q
h2_bundle.go#L12170: q.next.prev = q
h2_bundle.go#L12179: if q.next == q {
h2_bundle.go#L12183: q.prev.next = q.next
h2_bundle.go#L12184: q.next.prev = q.prev
h2_bundle.go#L12186: ws.head = q.next
h2_bundle.go#L12225: ws.head = q.next
h2_bundle.go#L12228: q = q.next
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)